home *** CD-ROM | disk | FTP | other *** search
/ Developer CD Series 1990: Discy Business / Discy Business.2mg / DEV.CD / GUIDED.TOURS / IIC.PLUS.TOUR / AT.WORK / CALC.SCRIPT < prev    next >
Encoding:
Text File  |  1988-04-10  |  6.6 KB  |  290 lines  |  [04] ASCII Text (0x0000)

  1. File: Wreckers.Budget       REVIEW/ADD/CHANGE                Escape: Main Menu
  2. =======A======B======C======D======E======F======G======H======I=======J=======
  3.   1|
  4.   2|                        BUDGET:  BIG BOY AUTO WRECKERS
  5.   3|
  6.   4| INCOME
  7.   5|              Raffle, Net                                         800.00
  8.   6|              From Big Boy for uniforms     15.00     20          300.00
  9.   7| ---------------------------------------------------------------------------
  10.   8| TOTAL INCOME                                                    1100.00
  11.   9|
  12.  10| EXPENSES
  13.  11|              Root Beer and Pizza                                 235.00
  14.  12|              Bats                           8.00     20          160.00
  15.  13|              Uniforms                      50.00     20         1000.00
  16.  14| ---------------------------------------------------------------------------
  17.  15| TOTAL EXPENSES                                                  1395.00
  18.  16| ===========================================================================
  19.  17| DONATIONS NEEDED                                                 295.00
  20.  18|
  21. -------A------B------C------D------E------F------G------H------I-------J-------
  22. A1:
  23.  
  24. Type entry or use OA commands                                     OA-? For Help
  25. 0 3 79 5
  26.  
  27. Spreadsheet programs let you keep track of budgets, tax returns, and
  28. other numeric information that usually is organized in a row and
  29. column format.
  30. @
  31. %
  32.  
  33. Really, the quickest way to learn about spreadsheet programs is to see
  34. one in action.
  35. @
  36. ~%
  37. 0 18 80 4
  38.  
  39. Here's the budget Harry Walker prepared when he was manager of the Big Boy
  40. Auto Wreckers baseball team.
  41. #%
  42. 26 10 43 7
  43.  
  44. The spreadsheet is laid out in rows
  45. and columns.  Rows are labeled with
  46. numbers along the left edge of the
  47. screen; columns are labeled with
  48. letters along the top and bottom.
  49. @
  50. *%
  51. 26 10 43 5
  52.  
  53. In spreadsheet jargon, the
  54. intersection of a row and column,
  55. like A1 or J5, is called a cell.
  56. @
  57. *%
  58. 26 10 43 7
  59.  
  60. For practice, try moving the cursor
  61. to cell J6.  First, move to the
  62. correct column.
  63.  
  64.    Press the RIGHT ARROW key 9 times.
  65. @
  66. #RRRRRRRRR
  67. 0 0 50 4
  68.  
  69.    Press the RIGHT ARROW key % times.
  70. @err
  71. 26 10 43 5
  72.  
  73. Now, move to the correct row.
  74.  
  75.     Press the DOWN ARROW key 5 times.
  76. @
  77. #DDDDD
  78. 0 0 50 4
  79.  
  80.     Press the DOWN ARROW key % times.
  81. @err
  82. 0 17 80 5
  83.  
  84. What makes spreadsheet programs so powerful is that they let you ask
  85. "what if" questions to see how changing one of your projected figures
  86. will affect all of the other information in the spreadsheet.
  87. @
  88. #%
  89. 0 18 80 4
  90.  
  91. In the next few minutes, we'll demonstrate what happens when we play
  92. "what if" with some of Harry's budget figures.
  93. @
  94. #%
  95. 21 14 52 8
  96.  
  97. First, look at the budget.  What did Harry
  98. estimate for income from the raffle?
  99.  
  100.  A.  $300      B.  $1100      C.  $800
  101. @
  102. ?3C
  103. 0 17 80 5
  104.  
  105. Now, suppose Harry recalls that he was down in the dumps the day he
  106. made up the budget and that he's quite sure the raffle will net at
  107. least $1000.
  108. @
  109. #%
  110. 0 18 80 4
  111.  
  112. Your job is to change the budget so it shows the Wreckers' raffle
  113. bringing in $1000 rather than the $800 it shows now.
  114. @
  115. %
  116.  
  117. Then, the spreadsheet will automatically calculate the new Total Income
  118. and a new figure for Donations Needed.
  119. @
  120. %
  121.  
  122. Your first step in playing "what if" is to move the cursor to the cell
  123. that contains the information you want to change.
  124. @
  125. #%
  126. 13 14 58 8
  127.  
  128. Look closely at the model.  What cell contains
  129. Harry's estimate for the net income from the raffle?
  130.  
  131.    A. H6          B. J5          C. J6
  132. @
  133. ?3B
  134. 22 15 43 7
  135.  
  136. The cursor is already in the correct
  137. column so all you need to do is
  138. move it to the correct row.
  139.  
  140.       Press the UP ARROW key once.
  141. @
  142. #U
  143.  
  144.      Press the UP ARROW key once.
  145. @err
  146. 0 16 50 5
  147.  
  148. Now that the cursor is where you want
  149. it, you can see what happens if the
  150. Wreckers' raffle brings in $1000.
  151. @
  152. #%
  153. 0 11 50 8
  154.  
  155. As you type, notice that what you type
  156. appears at the bottom of the screen.
  157. Then watch the column numbers change
  158. when you press RETURN.
  159.  
  160.      Type 1000 and press RETURN.
  161. @
  162. "1000
  163.  
  164.      Type 1000 and press RETURN.
  165. @err
  166. 0 19 80 2
  167. There you have it!  When you pressed RETURN, the program immediately
  168. calculated that the amount needed from donations dropped from $295 to $95.
  169. @
  170. #%
  171. 0 19 80 2
  172. You may also have noticed that the Wreckers' Total Income jumped from
  173. $1100 to $1300.
  174. @
  175. #%
  176. 0 12 50 4
  177.  
  178. How did the program know to do this
  179. recalculation?
  180. @
  181. #%
  182. 0 12 50 8
  183.  
  184. When Harry created the spreadsheet, he
  185. included formulas that instructed the
  186. program to calculate the content of
  187. certain cells depending on the content of
  188. other cells.
  189.  
  190. @
  191. #%
  192. 0 12 50 8
  193.  
  194. For example, to determine the content
  195. of cell J8, Total Income, Harry instructed
  196. the spreadsheet program to add up the
  197. content of cell J5 (net income from the
  198. raffle) and cell J6 (Big Boy's contribution
  199. to uniforms).
  200. @
  201. #%
  202. 0 12 50 5
  203.  
  204. When you're ready to create your own
  205. spreadsheets, you'll learn more about how
  206. these formulas work.
  207. @
  208. #%
  209. 0 14 80 5
  210.  
  211. Now, let's play "what if" again.  Only this time we'll see what happens
  212. when expenses increase.  Specifically, we'll find out how the budget
  213. changes when Harry learns that the cost of bats increased from $8 to $10.
  214. @
  215. %
  216.  
  217. First, we need to move the cursor to cell G12.  To move to column G,
  218.  
  219.      Press the LEFT ARROW key 3 times.
  220. @
  221. #LLL
  222.  
  223.      Press the LEFT ARROW key % times.
  224. @err
  225. 30 17 45 5
  226.  
  227. Now, to move to row 12,
  228.  
  229.      Press the DOWN ARROW key 7 times.
  230. @
  231. #DDDDDDD
  232.  
  233.      Press the DOWN ARROW key % times.
  234. @err
  235. 0 15 53 4
  236.  
  237. Change the amount to $10 and see what happens:
  238.  
  239.      Type 10 and press RETURN.
  240. @
  241. "10
  242.  
  243.      Type 10 and press RETURN.
  244. @err
  245. 0 0 80 5
  246.  
  247. The total cost for bats increased from $160 to $200, total expenses
  248. jumped from $1395 to $1435, and the donations needed increased from
  249. $95 to $135.
  250. @
  251. #%
  252. 0 0 80 4
  253. Now it's your turn to experiment. Try entering new amounts in cell J5, the
  254. income from the raffle, and in cell G12, the price of bats. Remember, first
  255. use the arrow keys to move the cursor to the correct cell. Then, type the
  256. new figure and press RETURN.  Press ESC when you are ready to go on.
  257. @
  258. &%
  259. 0 0 80 6
  260.  
  261. The Auto Wreckers' Budget contains a relatively small amount of
  262. information.  Most spreadsheet programs let you create spreadsheets a lot
  263. bigger than this one.  The AppleWorks program lets you have thousands
  264. of cells to work with.
  265. @
  266. #%
  267. 0 3 79 13
  268.  
  269. Now that you know what spreadsheet programs do, the question becomes
  270. "Do you need one?"  If you'd
  271.  
  272.           -- like to budget more successfully
  273.  
  274.           -- like to keep better track of your investments, or
  275.  
  276.           -- wish it were easier to figure your income taxes
  277.  
  278. you'll probably want to add a spreadsheet program to your software
  279. library.
  280. @
  281. $%
  282. 0 3 80 4
  283.  
  284. Press RETURN to find out how you can put all your pieces of software
  285. together, or press COMMAND-ESC to return to the menu.
  286. @
  287. !%
  288. @
  289.